


@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Arbutus+Slab&display=swap');
:root {
  /* ----------------------------- Colours Declaration----------------------------------------------------- */
  --bg-color: #fefefe;
  --primary-color: #232323;
  --span-font-color: #0be26c;
  --special-bg-color: #03045e;
  --sky-blue: #00b4d8;
  --pure-white: #fff;
  --pure-black: #000;
  --yellow-color: #ffff3f;
  --gray-1: #343a40;
  --gray-2: #495057;
  --gray-3: #6c757d;
  --gray-4: #adb5bd;
  --gray-5: #ced4da;
  --gray-6: #dee2e6;
  --gray-7: #e5e5e5;
  --gray-8: #e9ecef;
  --gray-8a: #e9ecef56;
  --gray-9: #f8f9fa;
  /* ----------------------------- Fonts Declaration----------------------------------------------------- */
  --primary-font-sourse-sans-3: "Source Sans 3", sans-serif;
  --primary-font-extra-outfit: "Outfit", sans-serif;
  --paragraph-font-nunito: "Nunito", sans-serif;
}
h1{
    font-family: 'Butler ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Butler ExtraBold'), url('Butler_ExtraBold.woff') format('woff');
}
html{
    scroll-snap-type: y mandatory;
}
header{
    top: 0 !important;
}
section{
    width: 100%;
    height: 100vh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding-top: 150px !important;
    padding-left: 80px !important;
    padding-right: 70px !important;
    /* scroll-padding-top: 400px; */
}
.sec4{
    padding-left: 10px !important;
    padding-right: 10px !important;

}
#includedfooter{
    scroll-snap-align: start;
    scroll-snap-stop: always;

}
.sec1{
    /* background-color: green; */
    background-image: url('../Images/liquid-cheese.png');
    background-size: cover;
    overflow: hidden;
}
.sec3{
    background-color: #fff;
}
.sec2{
    background-color: #fff;
}
.sec4{
    background-color: var(--special-bg-color);
}
.sec5{
    background-color: #fff;
}
.section-1-content{
    width: 100%;
    display: flex;
    position: relative;
    /* justify-content: center; */

}
.section-1-container h1{
    font-size: 2rem;
    letter-spacing: 1px;
    padding: 20px 0;
    text-align: center;
    color: #ff0000;
    animation: fadeDown 1s ease-in-out;
    
}
.section-1-image-container img{
    width: 100%;
    animation: fadeRight 1s ease-in-out;
}
.section-1-text-container{
    max-width: 45%;
    background-color: #fefefe;
    padding: 30px;
    border: 1px solid #00000027;
    outline: #fff solid 15px ;
    position: absolute;
    right: 8%;
    top: 11%;
    animation: fadeLeft 1s ease-in-out;
}
.section-1-text-container p{
    font-family: var(--paragraph-font-nunito);
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 26px;
}
.section-1-text-container p span{
    font-weight: 700;
    font-size: 1.1rem;
}
.section-2-container{
    width: 100%;
}
.section-2-content{
    height: 60vh;
    width: 100%;
    background-image: url('../Images/sec2-bg1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
}
.section-2-content h1{
    color: #fff;
    letter-spacing: 1px;
    font-size: 2rem;
    padding-top: 30px;
}
.counter-container{
    display: grid;
    height: 80%;
    place-items: center;
    /* place-content: center; */
    grid-template-columns: repeat(4 , 1fr);
}
.counter-parent {
    text-align: center;
    color: var(--bg-color);
    padding: 10px;
    position: relative;
}
.counter-parent:not(:last-child)::after{
    content: " ";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ffffff77;
    top: 0;
    right: -55%;
    /* left: 50%; */
}
.counter-parent h2{
    font-size: 2.5rem;
    letter-spacing: 6px;
    font-family: var(--primary-font-sourse-sans-3);
    font-weight: 900;
}
.counter-parent h3{
    font-family: var(--primary-font-sourse-sans-3);
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 1px;
}
.section-3-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}
.section-3-container h1{
    color: var(--special-bg-color);
    font-size: 2.3rem;
    letter-spacing: 1px;
    margin-bottom: 1em;
}
.section-3-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.about-vision , .about-mission{
    background: var(--special-bg-color);
    max-width: 48%;
    padding: 30px 40px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    color: var(--bg-color);
}
.about-vision-heading h4{
    font-family: var(--primary-font-sourse-sans-3);
    font-size: 2rem;
    margin-bottom: 10px;
}
.about-vision-text p{
    font-family: var(--paragraph-font-nunito);
    font-size: 1.1rem;
}
.section-4-container h1{
    text-align: center;
    color: #fff;
    margin: 10px 0 10px;
    font-size: 2rem;
    letter-spacing: 1px;

}
.top-container{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.bottom-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin-top: 10px; */
}
.bottom-container img{
    margin: 0 35px;
}
.top-container img , .bottom-container img{
    width: 150px;
    height: 180px;
}
.top-container figure , .bottom-container figure{
    display: flex;
    flex-direction: column;
    align-items: center;
} 
.top-container figcaption , .bottom-container figcaption {
    text-align: center;
    color: var(--bg-color);
    font-family: var(--primary-font-sourse-sans-3);
    font-weight: 600;
    font-size: 1.1rem;
}
.section-5-container h1{
    font-size: 2rem;
    color: var(--special-bg-color);
    padding: 25px 0;
    text-align: center;
}
.img-container{
    display: flex; 
    justify-content: space-around;
    flex-wrap: wrap;
}
.img-container img{
    width: 300px;
    height: 180px;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s ease;
}
.img-container img:hover{
    transform: scale(1.1);
}

@keyframes fadeUp {
    0% {
      opacity: 0; 
      transform: translateY(30px);
    }
    100% {
      opacity: 1; 
      transform: translateY(0); 
    }
  }
  @keyframes fadeDown {
    0% {
      opacity: 0; 
      transform: translateY(-30px);
    }
    100% {
      opacity: 1; 
      transform: translateY(0); 
    }
  }
  @keyframes fadeLeft {
    0% {
      opacity: 0; 
      transform: translateX(30px);
    }
    100% {
      opacity: 1; 
      transform: translateX(0); 
    }
  }
  @keyframes fadeRight {
    0% {
      opacity: 0; 
      transform: translateX(-30px);
    }
    100% {
      opacity: 1; 
      transform: translateX(0); 
    }
  }
  @media only screen and (max-width:1199px) {
    html{
        scroll-snap-type:none;
    }
    section{
        height: auto !important;
        scroll-snap-align:unset !important;
        scroll-snap-stop:normal !important;
        padding-top: 30px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-bottom: 1.5em;
    }
    #includedfooter{
        scroll-snap-align:unset !important;
        scroll-snap-stop:normal !important;
    }
    .sec1{
        padding-top: 180px !important;
    }
  }

  @media (max-width : 998px) {
    section{
        padding-top: 70px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .sec1{
        padding-top: 70px !important;
    }
    .section-1-content{
        display: block;
    }
    .section-1-text-container{
        height: fit-content;
        max-width: 100%;
        position: relative;
    }
    .section-1-text-container{
        top: none;
        top: 90%;
        right: 0;
    }
    h1{
        font-size: 1.15rem !important;
    }
    .section-1-text-container p{
        font-size: .9rem;
        line-height: 23px;
        text-align: justify;
    }
    .section-2-content{
        height: 100vh;
    }
    .counter-container{
        grid-template-columns: repeat( 1 , 1fr);
        height: 100%;
        padding-bottom: 100px;
    }
    .counter-parent:not(:first-child)::before{
        content: " ";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #ffffff77;
        top: -25%;
        right: 0;
        /* left: 50%; */
    }
    .counter-parent:not(:last-child)::after{
        display: none;
    }
    .section-3-content{
        width: 100%;
        display: block;
        /* height: 100vh; */
    }
    .section-3-container h1{
        font-size: 1.5rem !important; 
        padding-bottom: 20px;
    }    
    .about-vision , .about-mission{
        background: var(--special-bg-color);
        max-width: 100%;
        padding: 30px 20px;
        text-align: justify;
        height: auto;
        margin-bottom: 30px;
    }
    .top-container img , .bottom-container img{
        width: 140px;
        height: 170px;
    }
    .bottom-container img{
        flex-grow: 40%;
        margin: 0;

    }
    .img-container img{
        width: 49%;
        margin-bottom: 20px;
        height: 150px;
    }
    .section-4-container{
        height: 150vh;
    }
    .bottom-container{
        justify-content:center;
        column-gap: 1.5rem;
        row-gap: 10px;
    }
    .top-container figcaption , .bottom-container figcaption {
        font-weight: 600;
        font-size: .7rem;
    }
    footer{
        padding-top: 50px;
    }

    
  }
